CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - A算法 八数码

搜索资源列表

  1. 8data

    0下载:
  2. 人工智能中的八数码问题。它由一个3×3的方阵中的八个数码构成,其中的一个单元是空的,它的周边单元中的数码可以移到该单元中。此问题的任务是找到一个数码移动序列使初始的无序数码转变为一些特殊的排列.本程序用A*算法实现8数码的移动
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16468
    • 提供者:刘路
  1. 20075136

    0下载:
  2. 人工智能 八数码有比较的算法,如广度优先,深度优先,A*算法三种。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:118789
    • 提供者:shuiguyue
  1. eight_Nnumber_Puzzal

    0下载:
  2. 用C++语言实现的八数码问题,A*算法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:347223
    • 提供者:徐铭
  1. Eight-puzzleproblems

    0下载:
  2. 运用A+算法实现的八数码问题,并能输出选择路线
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4123
    • 提供者:codesdownloads
  1. aiprogram

    0下载:
  2. 两个人工智能小程序,解决八数码问题,使用A*算法-two small programs to solve eight digital, the use of A * algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:263014
    • 提供者:张思远
  1. puzzles.rar

    0下载:
  2. 算法全名为数字拼图问题(八数码)算法,讲述一个自动完成九宫格数字拼图的算法,Algorithm, called the whole issue of the number of puzzles (8 digital) algorithm, on a number of auto-complete puzzle squares algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:64855
    • 提供者:PT
  1. Java

    0下载:
  2. jbuilder2006下做的一个JAVA八数码问题的解法,注意采用了深度优先算法-jbuilder2006 done under a JAVA Problem eight digital, pay attention to depth-first algorithm using
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:11610
    • 提供者:miao
  1. Chess(8puzzle)

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3768874
    • 提供者:benson
  1. 8digitsA

    0下载:
  2. A星算法+强启发函数解八数码问题,自带判断是否有解-A Star Algorithm+ strong heuristic function solution of 8 digital issues, bring their own to determine whether the broken
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:989108
    • 提供者:胡茂名
  1. SourceCode

    0下载:
  2. MFC实现的八数码问题,采用的是A星算法,欢迎多多指教!-Eight Box Game Using MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:49295
    • 提供者:SunMood
  1. bashumaA

    0下载:
  2. 八数码问题,MFC+A*算法实现!Open表方法!-MFC,I don t know how to miaoshu
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-21
    • 文件大小:6476813
    • 提供者:王亚飞
  1. EightPuzzle

    0下载:
  2. 程序实现的是用A*算法求解八数码问题,初始状态和目标状态均可在源码中自行设置,程序运行后会得到从初始状态到目标状态的最佳解的逆序显示,文件help.txt中提供了程序的算法,程序的具体设计在源码中都有相应的注释-Program implementation is to use A* algorithm to solve 8 digital issues, the initial state and target state can be set up in the source code of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:165538
    • 提供者:fuyaozong
  1. chess.py

    5下载:
  2. Python实现A*算法解决八数码问题。 输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。 输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。 使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2131
    • 提供者:雷斌亭
  1. A_Star_8

    0下载:
  2. 使用A*算法解决了八数码问题,其中包括源代码,直接编译即可运行出结果。-The use of A* algorithm to solve eight digital issues, including source code, the compiler can be run directly the result.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3727
    • 提供者:胡玮玮
  1. 8Puzzle

    0下载:
  2. 用A性算法,求解八数码问题。用的是C++语言。-With A of algorithms to solve the problem of digital 8. Using a C++ language.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:361444
    • 提供者:袁晓
  1. 1

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题-This program is breadth-first search, depth-first search, A algorithm and A algorithm and many other algorithms to solve the problem of digital 8
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:75625
    • 提供者:123123
  1. Asearch

    0下载:
  2. 基于java语言,用A*算法实现八数码问题-Java-based language, using A* algorithm to achieve the eight digital issues
  3. 所属分类:Ajax

    • 发布日期:2017-03-29
    • 文件大小:2172
    • 提供者:牧秋
  1. AStarAlgorithmsApplication

    0下载:
  2. C#实现的基于迭代加深的A*算法的八数码问题-A-star Algorithms application
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:44900
    • 提供者:李成龙
  1. 8_num

    0下载:
  2. 本程序是用C++语言编写的,采用A*算法求解八数码问题。-This procedure is used C++ Languages, using A* algorithm to solve the issue of eight digital.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:19321
    • 提供者:往往
  1. bashuma.cpp

    0下载:
  2. C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2089
    • 提供者:maxwell
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com